home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / recv.h,v < prev    next >
Text File  |  1995-03-09  |  1KB  |  104 lines

  1. head    1.3;
  2. access;
  3. symbols
  4.     OCT93:1.3;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.3
  10. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.2;
  13.  
  14. 1.2
  15. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.1;
  18.  
  19. 1.1
  20. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  21. branches;
  22. next    ;
  23.  
  24.  
  25. desc
  26. @Prototypes for recv.c
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Unconditional prototypes.
  33. @
  34. text
  35. @/* $Id: recv.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  36.  * $Log: recv.h,v $
  37.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  38.  * First real RCS checkin
  39.  *
  40.  */
  41. /*
  42.   recv.h
  43.  
  44.   (c) Copyright 1991 by David M. Siegel.
  45.       All rights reserved.
  46.  
  47.   %W% %G% %U%
  48. */
  49.  
  50. #ifndef in_libfax_recv_h
  51. #define in_libfax_recv_h 1
  52.  
  53. /*
  54.   Prototypes:
  55. */
  56.  
  57. int faxmodem_answer(FaxModem *f);
  58. recv_code faxmodem_start_recv(FaxModem *f);
  59. int faxmodem_recv_page(FaxModem *f, int fd);
  60.  
  61. #endif
  62. @
  63.  
  64.  
  65. 1.2
  66. log
  67. @First real RCS checkin
  68. @
  69. text
  70. @d1 5
  71. a5 2
  72. /* $Id$
  73.  * $Log$
  74. d23 3
  75. a25 18
  76. int faxmodem_answer(
  77. #ifdef _PROTO
  78.      FaxModem *f
  79. #endif
  80. );
  81.  
  82. recv_code faxmodem_start_recv(
  83. #ifdef _PROTO
  84.      FaxModem *f
  85. #endif
  86. );
  87.  
  88. int faxmodem_recv_page(
  89. #ifdef _PROTO
  90.      FaxModem *f,
  91.      int fd
  92. #endif
  93. );
  94. @
  95.  
  96.  
  97. 1.1
  98. log
  99. @Initial revision
  100. @
  101. text
  102. @d1 3
  103. @
  104.